home *** CD-ROM | disk | FTP | other *** search
/ Clickx 47 / Clickx 47.iso / assets / software / quickzip.exe / {app} / QuickZip.exe / 0 / RCDATA / TPROGRESS_SC / TPROGRESS_SC.txt
Encoding:
Text File  |  2007-09-26  |  4.1 KB  |  199 lines

  1. object Progress_sc: TProgress_sc
  2.   Left = 378
  3.   Top = 656
  4.   BorderStyle = bsSingle
  5.   Caption = 'Progress'
  6.   ClientHeight = 231
  7.   ClientWidth = 444
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object PageControl1: TPageControl
  20.     Left = 0
  21.     Top = 0
  22.     Width = 341
  23.     Height = 231
  24.     ActivePage = TabSheet1
  25.     Align = alClient
  26.     TabOrder = 0
  27.     object TabSheet1: TTabSheet
  28.       Caption = 'Progress'
  29.       object ksoOfficePanel1: TPanel
  30.         Left = 0
  31.         Top = 25
  32.         Width = 333
  33.         Height = 151
  34.         Align = alClient
  35.         BorderStyle = bsSingle
  36.         TabOrder = 0
  37.         object Label1: TLabel
  38.           Left = 8
  39.           Top = 8
  40.           Width = 61
  41.           Height = 13
  42.           Caption = 'Processing : '
  43.         end
  44.         object Filename: TLabel
  45.           Left = 8
  46.           Top = 40
  47.           Width = 3
  48.           Height = 13
  49.         end
  50.         object Label3: TLabel
  51.           Left = 8
  52.           Top = 72
  53.           Width = 52
  54.           Height = 13
  55.           Caption = 'Message : '
  56.         end
  57.         object Msg2Show: TLabel
  58.           Left = 8
  59.           Top = 88
  60.           Width = 297
  61.           Height = 49
  62.           AutoSize = False
  63.           WordWrap = True
  64.         end
  65.         object Gauge1: TGauge
  66.           Left = 8
  67.           Top = 56
  68.           Width = 289
  69.           Height = 17
  70.           Progress = 100
  71.         end
  72.         object FilePath: TLabel
  73.           Left = 8
  74.           Top = 24
  75.           Width = 3
  76.           Height = 13
  77.         end
  78.       end
  79.       object Panel2: TPanel
  80.         Left = 0
  81.         Top = 176
  82.         Width = 333
  83.         Height = 27
  84.         Align = alBottom
  85.         BevelOuter = bvNone
  86.         TabOrder = 1
  87.       end
  88.       object Panel3: TPanel
  89.         Left = 0
  90.         Top = 0
  91.         Width = 333
  92.         Height = 25
  93.         Align = alTop
  94.         BevelOuter = bvNone
  95.         TabOrder = 2
  96.       end
  97.     end
  98.     object TabSheet2: TTabSheet
  99.       Caption = 'Log'
  100.       ImageIndex = 1
  101.       object Memo1: TMemo
  102.         Left = 0
  103.         Top = 0
  104.         Width = 333
  105.         Height = 203
  106.         Align = alClient
  107.         ScrollBars = ssBoth
  108.         TabOrder = 0
  109.       end
  110.     end
  111.   end
  112.   object Panel1: TPanel
  113.     Left = 341
  114.     Top = 0
  115.     Width = 103
  116.     Height = 231
  117.     Align = alRight
  118.     BevelOuter = bvNone
  119.     TabOrder = 1
  120.     object ksoOfficeButton1: TButton
  121.       Left = 8
  122.       Top = 56
  123.       Width = 89
  124.       Height = 33
  125.       Caption = 'Stop'
  126.       Default = True
  127.       TabOrder = 0
  128.       OnClick = ksoOfficeButton1Click
  129.     end
  130.     object ksoOfficeButton2: TButton
  131.       Left = 6
  132.       Top = 16
  133.       Width = 91
  134.       Height = 33
  135.       Cancel = True
  136.       Caption = 'Close'
  137.       ModalResult = 2
  138.       TabOrder = 1
  139.       OnClick = ksoOfficeButton2Click
  140.     end
  141.   end
  142.   object PSScript: TIFPS3CompExec
  143.     CompilerOptions = [icAllowNoBegin, icAllowUnit, icAllowNoEnd, icBooleanShortCircuit]
  144.     OnCompile = PSScriptCompile
  145.     OnExecute = PSScriptExecute
  146.     OnCompImport = PSScriptCompImport
  147.     OnExecImport = PSScriptExecImport
  148.     UseDebugInfo = False
  149.     Plugins = <
  150.       item
  151.         Plugin = IFPS3CE_Std1
  152.       end
  153.       item
  154.         Plugin = IFPS3CE_DateUtils1
  155.       end
  156.       item
  157.         Plugin = IFPS3CE_Forms1
  158.       end
  159.       item
  160.         Plugin = IFPS3CE_Controls1
  161.       end>
  162.     UsePreProcessor = True
  163.     Left = 160
  164.     Top = 32
  165.   end
  166.   object IFPS3CE_Controls1: TIFPS3CE_Controls
  167.     EnableGraphics = False
  168.     EnableControls = True
  169.     Left = 112
  170.     Top = 64
  171.   end
  172.   object IFPS3CE_DateUtils1: TIFPS3CE_DateUtils
  173.     Left = 144
  174.     Top = 64
  175.   end
  176.   object IFPS3CE_Std1: TIFPS3CE_Std
  177.     EnableStreams = False
  178.     EnableClasses = True
  179.     Left = 176
  180.     Top = 64
  181.   end
  182.   object IFPS3CE_Forms1: TIFPS3CE_Forms
  183.     EnableForms = True
  184.     EnableMenus = False
  185.     Left = 208
  186.     Top = 64
  187.   end
  188.   object IFPS3CE_StdCtrls1: TIFPS3CE_StdCtrls
  189.     EnableExtCtrls = False
  190.     EnableButtons = False
  191.     Left = 240
  192.     Top = 64
  193.   end
  194.   object IFPS3DllPlugin1: TIFPS3DllPlugin
  195.     Left = 208
  196.     Top = 104
  197.   end
  198. end
  199.